Element.CanHaveTypeAssigned
Description:
Checks if all elements in the set can have a type assigned.
Checks if all elements in the set can have a type assigned.
Overloads (2):
CanHaveTypeAssigned(Document,ICollection[ElementId])
-
documentThe document.
-
ICollection<ElementId>elementIdsA collection of element IDs.
Return Value
bool
True if all elements in the set can have a type assigned, false otherwise.
-
Thrown when at least one of the elements does not exist in the document.
-
A non-optional argument was null